praiadeseselle/wire/.editorconfig

29 lines
470 B
INI
Raw Permalink Normal View History

2022-03-08 15:55:41 +01:00
; This file is for unifying the coding style for different editors and IDEs.
; More information at http://editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
[*.{php,inc,module}]
indent_style = tab
trim_trailing_whitespace = false
insert_final_newline = true
[*.js]
indent_style = tab
2023-03-10 19:41:40 +01:00
trim_trailing_whitespace = false
2022-03-08 15:55:41 +01:00
insert_final_newline = true
[*.{css,less,scss}]
indent_style = tab
2023-03-10 19:41:40 +01:00
trim_trailing_whitespace = false
2022-03-08 15:55:41 +01:00
insert_final_newline = true