mirror of
https://git.FreeBSD.org/doc.git
synced 2026-06-02 19:35:07 +00:00
29 lines
417 B
INI
29 lines
417 B
INI
|
|
# editorconfig.org
|
||
|
|
|
||
|
|
root = true
|
||
|
|
|
||
|
|
[*]
|
||
|
|
# UNIX style files
|
||
|
|
end_of_line = lf
|
||
|
|
charset = utf-8
|
||
|
|
trim_trailing_whitespace = true
|
||
|
|
insert_final_newline = true
|
||
|
|
|
||
|
|
[*.{htm,html}]
|
||
|
|
indent_style = space
|
||
|
|
indent_size = 2
|
||
|
|
|
||
|
|
[*.css]
|
||
|
|
indent_style = space
|
||
|
|
indent_size = 2
|
||
|
|
|
||
|
|
[*.{md,markdown}]
|
||
|
|
indent_style = space
|
||
|
|
indent_size = 2
|
||
|
|
trim_trailing_whitespace = false
|
||
|
|
|
||
|
|
[*.adoc]
|
||
|
|
indent_style = space
|
||
|
|
indent_size = 2
|
||
|
|
trim_trailing_whitespace = false
|