summaryrefslogtreecommitdiff
path: root/stowables-dotlocal/share/nvim/site/pack/manual/start/nvim-lspconfig-v0.1.6/.editorconfig
blob: 489c20c0b75ac525702ee4d8d71bae996eafebb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
root = true

[*]
indent_style = space
indent_size = 2
tab_width = 8
end_of_line = lf
insert_final_newline = true
charset = utf-8

[*.lua]
indent_style = space
indent_size = 2

[{Makefile,**/Makefile,runtime/doc/*.txt}]
indent_style = tab
indent_size = 8