Files
expressjs.com/.editorconfig
Francesca Giannino 20332bef3b Redesign: Technical Setup and Project Base (#2167)
Co-authored-by: Sebastian Beltran <bjohansebas@gmail.com>
2026-01-29 16:05:18 +01:00

20 lines
292 B
INI

# EditorConfig: https://editorconfig.org
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
[*.{yml,yaml}]
indent_size = 2
[Makefile]
indent_style = tab