nvim-dap/.editorconfig
Mathias Fussenegger 25dbff7b0a Add initial code
2020-04-15 19:43:53 +02:00

8 lines
134 B
INI

root = true
[*.lua]
charset = utf-8
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true