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