tangled
alpha
login
or
join now
pdewey.com
/
darkearth-nvim
0
fork
atom
A dark and earthy colorscheme for Neovim. (mirror)
github.com/ptdewey/darkearth-nvim
neovim
neovim-colorscheme
fennel
0
fork
atom
overview
issues
pulls
pipelines
chore: add stylua
ptdewey
10 months ago
b5b2535b
e5e14fa0
+10
1 changed file
expand all
collapse all
unified
split
.stylua.toml
+10
.stylua.toml
···
1
1
+
column_width = 80
2
2
+
line_endings = "Unix"
3
3
+
indent_type = "Spaces"
4
4
+
indent_width = 4
5
5
+
quote_style = "AutoPreferDouble"
6
6
+
call_parentheses = "Always"
7
7
+
collapse_simple_statement = "Never"
8
8
+
9
9
+
[sort_requires]
10
10
+
enabled = false