File tree Expand file tree Collapse file tree 2 files changed +53
-2
lines changed
Expand file tree Collapse file tree 2 files changed +53
-2
lines changed Original file line number Diff line number Diff line change 1+ # Project gitignore
2+ .luarc.json
3+ after
4+ coc-settings.json
5+ colors
6+ docs
7+ ftplugin
8+ ginit.vim
9+ lua /user
10+ neoconf.json
11+ plugin
12+ queries
13+ spell
14+
15+ # Global gitignore
16+ # ----------------
17+
18+ # Mac OS X
19+ .AppleDouble
20+ .DS_Store
21+ .LSOverride
22+ ._ *
23+
24+ # Windoze
25+ $RECYCLE.BIN /
26+ Thumbs.db
27+ Thumbs.db:encryptable
28+ ehthumbs.db
29+ ehthumbs_vista.db
30+
31+ # (Neo)Vim
32+ * ~
33+ .netrwhist
34+ Session.vim
35+ Sessionx.vim
36+ [._ ]* .s [a-v ][a-z ]
37+ [._ ]* .sw [a-p ]
38+ [._ ]s [a-rt-v ][a-z ]
39+ [._ ]ss [a-gi-z ]
40+ [._ ]sw [a-p ]
41+ [._ ]* .un~
42+ tags
43+
44+ # VS Code
45+ .history
46+ .vscode
47+
48+ # JetBrains
49+ .idea
50+
151tags
252test.sh
353.luarc.json
Original file line number Diff line number Diff line change 1- column_width = 160
1+ column_width = 120
22line_endings = " Unix"
33indent_type = " Spaces"
44indent_width = 2
5- quote_style = " AutoPreferSingle "
5+ quote_style = " AutoPreferDouble "
66call_parentheses = " None"
7+ collapse_simple_statement = " Always"
You can’t perform that action at this time.
0 commit comments