* removed some unused resources and code * removed a nonsense package.json section from .editorconfig * minimized the usage of mEditing * removed obsolete toggling of the system candidate view
13 lines
264 B
INI
13 lines
264 B
INI
# Editor configuration, see https://editorconfig.org
|
|
root = true
|
|
|
|
[*.{java,properties,xml}]
|
|
charset = utf-8
|
|
indent_style = tab
|
|
indent_size = 2
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.md]
|
|
indent_style = space
|
|
trim_trailing_whitespace = true
|