Files
aicommits/.editorconfig
Hassan El Mghari f33bfeed60 formatting
2024-01-26 09:53:16 -08:00

14 lines
195 B
INI

root = true
[*]
indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
quote_type = single
[*.yml]
indent_style = space
indent_size = 2