mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
10 lines
143 B
INI
10 lines
143 B
INI
# top-most EditorConfig file
|
|
root = true
|
|
|
|
; applies to all files
|
|
[*]
|
|
indent_style = space
|
|
|
|
[*.{java, js, sh, css, html, xml}]
|
|
indent_size = 2
|
|
|