1
0
mirror of https://git.FreeBSD.org/doc.git synced 2026-06-02 19:35:07 +00:00
Files

29 lines
417 B
INI
Raw Permalink Normal View History

2021-01-26 00:31:29 +01:00
# 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