taisei/.editorconfig

23 lines
352 B
INI
Raw Normal View History

2019-05-21 21:23:03 +02:00
root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
indent_style = tab
# indent_size = 4
[*.{py,html,js,nsi.in,rst,plist.in}]
2019-05-21 21:23:03 +02:00
indent_style = space
indent_size = 4
2019-10-03 02:11:59 +02:00
[{meson.build,meson_options.txt}]
2019-05-21 21:23:03 +02:00
indent_style = space
indent_size = 4
[*.{manifest,yml}]
indent_style = space
indent_size = 2