Files
Atay-Makhzan/.editorconfig
T

29 lines
384 B
INI
Raw Normal View History

2015-03-13 21:20:08 -06:00
root = true
[*]
charset = utf-8
2016-08-29 22:05:44 -03:00
insert_final_newline = true
trim_trailing_whitespace = true
end_of_line = lf
2016-08-29 22:05:44 -03:00
2020-01-28 08:30:39 +01:00
[*.md]
trim_trailing_whitespace = false
[*.{go,tmpl,html}]
2016-11-05 12:55:27 +01:00
indent_style = tab
2020-08-24 00:48:40 +02:00
indent_size = 2
2016-11-05 12:55:27 +01:00
[*.{less,css}]
2015-03-13 21:20:08 -06:00
indent_style = space
2016-11-28 14:27:59 +01:00
indent_size = 4
2016-08-29 22:05:44 -03:00
[*.{js,json,yml}]
2016-08-29 22:05:44 -03:00
indent_style = space
2019-11-14 22:39:51 +01:00
indent_size = 2
2016-11-28 14:27:59 +01:00
[Makefile]
indent_style = tab
[*.svg]
insert_final_newline = false