Files
coolify-examples/node/adonisjs/.editorconfig
Andras Bacsai d3a2a9d83b new examples
2025-12-26 11:40:00 +01:00

23 lines
337 B
INI

# http://editorconfig.org
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.json]
insert_final_newline = unset
[**.min.js]
indent_style = unset
insert_final_newline = unset
[MakeFile]
indent_style = space
[*.md]
trim_trailing_whitespace = false