Bring pairty with windows dotfiles

This commit is contained in:
2024-09-18 13:28:19 -03:00
parent 7f43d29abc
commit 2cf7eef387
9 changed files with 115 additions and 21 deletions

12
dot_editorconfig Normal file
View File

@@ -0,0 +1,12 @@
# https://editorconfig.org/
# top-most EditorConfig file
root = true
[*]
end_of_line = lf
charset = utf-8
indent_style = tab
trim_trailing_whitespace = true
[*.yml]
indent_style = space
indent_size = 2