mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
This allows IDEs to automatically pick up the preferred coding style and might help with a more consistent use of spaces/tabs for indentation.
4 lines
94 B
INI
4 lines
94 B
INI
# Editor configuration, see https://editorconfig.org
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 4
|