1
0
Fork 0
satnogs-network/.editorconfig

26 lines
338 B
INI
Raw Normal View History

2014-08-26 13:36:38 -06:00
# http://editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.{py,rst,ini}]
indent_style = space
indent_size = 4
[*.yml]
indent_style = space
indent_size = 2
2015-04-07 10:00:57 -06:00
[*.{html}]
indent_style = space
2015-04-07 10:00:57 -06:00
indent_size = 2
[*.{css,js}]
indent_style = space
indent_size = 4