aboutsummaryrefslogtreecommitdiff
path: root/stylua.toml
diff options
context:
space:
mode:
authorHennadii Chernyshchyk <genaloner@gmail.com>2022-09-10 14:05:32 +0300
committerHennadii Chernyshchyk <genaloner@gmail.com>2022-09-10 17:48:06 +0300
commitfb10b4906aadaeff295883d171c05246943e5571 (patch)
treeeae589c4aeb613b8a2e8a1daf678f008f01069b9 /stylua.toml
downloadneovim-tasks-fb10b4906aadaeff295883d171c05246943e5571.tar.gz
neovim-tasks-fb10b4906aadaeff295883d171c05246943e5571.zip
Initial commit
Diffstat (limited to 'stylua.toml')
-rw-r--r--stylua.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/stylua.toml b/stylua.toml
new file mode 100644
index 0000000..28b63a9
--- /dev/null
+++ b/stylua.toml
@@ -0,0 +1,5 @@
1column_width = 200
2indent_type = 'Spaces'
3indent_width = 2
4quote_style = 'AutoPreferSingle'
5collapse_simple_statement = 'FunctionOnly'