This repository has been archived on 2025-10-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
lilbetter.js/.editorconfig
Gustavo "Guz" L. de Mello e167378d27 chore: initial setup
That sweet sweet bunch of JS dotfiles
2024-01-18 00:20:38 -03:00

17 lines
224 B
INI

root = true
[*]
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
[*.{yml,yaml}]
indent_style = space