diff options
| author | Simen A. W. Olsen <so@bjerk.io> | 2024-05-17 09:06:35 +0200 |
|---|---|---|
| committer | Simen A. W. Olsen <so@bjerk.io> | 2024-05-17 09:06:35 +0200 |
| commit | e0b3900d8b50b499a5527e0f6d3590649fd4cefb (patch) | |
| tree | 88e03739114d539998d19495f8bc51cbc6342529 /.config/nvim/.editorconfig | |
| parent | e32ffed34b37c802a2178c21b6f819104fc77730 (diff) | |
| download | dotfiles-e0b3900d8b50b499a5527e0f6d3590649fd4cefb.tar.gz dotfiles-e0b3900d8b50b499a5527e0f6d3590649fd4cefb.zip | |
update of may
Diffstat (limited to '.config/nvim/.editorconfig')
| -rw-r--r-- | .config/nvim/.editorconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.config/nvim/.editorconfig b/.config/nvim/.editorconfig new file mode 100644 index 0000000..2aeab02 --- /dev/null +++ b/.config/nvim/.editorconfig @@ -0,0 +1,11 @@ +# EditorConfig is awesome: http://editorconfig.org +root = true + +[*] +end_of_line = lf +insert_final_newline = true + +[*.lua] +indent_style = space +indent_size = 2 + |
