catppuccin/.editorconfig

19 lines
358 B
INI
Raw Permalink Normal View History

# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# EditorConfig is awesome: https://EditorConfig.org
root = true
[*]
2022-09-27 02:41:54 +02:00
end_of_line = lf
charset = utf-8
insert_final_newline = true
[*.lua]
indent_style = tab
[*.{diff,md}]
trim_trailing_whitespace = false
indent_style = space
2022-10-23 12:41:26 +02:00
indent_size = 4