wagtail/.editorconfig

23 wiersze
310 B
INI
Czysty Zwykły widok Historia

root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
[Makefile]
indent_style = tab
[*.{js,py}]
charset = utf-8
[*.{py,html,rst,md}]
indent_size = 4
[*.{js,ts,tsx,json,yml,yaml,css,scss}]
2016-06-19 10:59:49 +00:00
indent_size = 2
[*.md]
trim_trailing_whitespace = false