2013-11-24 17:52:33 +00:00
|
|
|
; editorconfig.org
|
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
charset = utf-8
|
|
|
|
end_of_line = lf
|
2017-03-19 12:30:37 +00:00
|
|
|
insert_final_newline = true
|
2013-11-24 17:52:33 +00:00
|
|
|
indent_style = space
|
|
|
|
indent_size = 2
|
2017-03-19 12:30:37 +00:00
|
|
|
|
2024-07-11 10:09:38 +00:00
|
|
|
[*.{php,css,scss,js,json,jsx,ts,tsx,html,twig,yml,yaml,svg,lua}]
|
2013-11-24 17:52:33 +00:00
|
|
|
trim_trailing_whitespace = true
|
|
|
|
|
2017-03-19 12:30:37 +00:00
|
|
|
[*.{md,markdown,rst,txt,csv,snip,mail}]
|
2013-11-24 17:52:33 +00:00
|
|
|
trim_trailing_whitespace = false
|
2023-10-01 23:09:09 +00:00
|
|
|
|
|
|
|
[neomutt-*]
|
|
|
|
trim_trailing_whitespace = false
|