dolibarr/htdocs/modulebuilder/template/.editorconfig

25 lines
438 B
INI
Raw Normal View History

2017-05-08 21:00:23 +02:00
# EditorConfig is awesome: http://EditorConfig.org
# top-most EditorConfig file
root = true
2020-04-27 11:41:35 +02:00
2017-05-08 21:00:23 +02:00
# Unix-style newlines with a newline ending every file
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
2019-02-26 00:02:39 +01:00
2017-05-08 21:00:23 +02:00
[*.php]
2020-04-27 11:41:35 +02:00
indent_style = tab
2019-02-26 00:02:39 +01:00
indent_size = 4
trim_trailing_whitespace = true
2020-04-27 11:41:35 +02:00
insert_final_newline = true
2017-05-08 21:00:23 +02:00
[*.js]
indent_style = tab
[*.css]
indent_style = tab
[*.xml]
indent_style = tab
[*.md]
trim_trailing_whitespace = false