eufon/.editorconfig
Daniel Barlow 28156e0c9d Squashed 'kiwmi/' content from commit d9f4f51
git-subtree-dir: kiwmi
git-subtree-split: d9f4f519597b0eef004369af917bab3d6b73a9b0
2022-04-26 15:34:04 +01:00

18 lines
213 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
tab_width = 4
[meson.build]
indent_size = 2
tab_width = 2
[*.yml]
indent_size = 2
tab_width = 2