mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 08:25:32 +00:00
Copy over the Android source Update build.sh scripts for new paths KMEA/build.sh also updated to build KMW and use the artifacts
10 lines
139 B
INI
10 lines
139 B
INI
# top-most EditorConfig file
|
|
root = true
|
|
|
|
; applies to all files
|
|
[*]
|
|
indent_style = space
|
|
|
|
[*.{java, sh, css, html, xml}]
|
|
indent_size = 2
|
|
|