dotfiles/projects/.EditorConfig
Marley Rae 77155ec7a1 🔧 Remove fish files from .EditorConfig
Using tabset nvim plugin instead to manage file-specific tab width, as
this is global rather than having to be set per project.
2024-02-03 14:26:52 -08:00

7 lines
139 B
INI

[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
max_line_length = 80