dotfiles/nvim/.config/nvim/.editorconfig

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
264 B
INI
Raw Permalink Normal View History

2023-01-15 08:35:14 +01:00
root = true
[*]
indent_style = space
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 80
indent_size = 2
tab_width = 2