view .editorconfig @ 30309:bf619727bf6c

interpreter: Use UTF-8 locale on Windows if possible. * libinterp/corefcn/interpreter.cc (interpreter::interpreter): Force a UTF-8 locale on Windows if possible. * oct-conf-post.in.h (OCTAVE_HAVE_WINDOWS_UTF8_LOCALE): Assume that Windows will support UTF-8 locales when using UCRT. See also: https://octave.discourse.group/t/1821
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 21 Nov 2021 15:25:04 +0100
parents 640ee0d531d0
children
line wrap: on
line source

root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true

[*.{am,mk}]
indent_size = tab
indent_style = tab