mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
13 lines
191 B
INI
13 lines
191 B
INI
# Editor configuration, see https://editorconfig.org
|
|
[*.py]
|
|
indent_style = space
|
|
indent_size = 4
|
|
|
|
[*.sharedmimeinfo]
|
|
indent_style = tab
|
|
|
|
[Makefile]
|
|
indent_style = tab
|
|
|
|
[*.sh]
|
|
indent_size = 2
|