From e99d0eba74c7fe30ce454ab78df1697def96538c Mon Sep 17 00:00:00 2001 From: Vojin Date: Thu, 19 Sep 2024 11:23:58 +0200 Subject: [PATCH] gitingonre and stylelua --- .gitignore | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ .stylua.toml | 5 +++-- 2 files changed, 53 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 005b535b..438c6ab3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,53 @@ +# Project gitignore +.luarc.json +after +coc-settings.json +colors +docs +ftplugin +ginit.vim +lua/user +neoconf.json +plugin +queries +spell + +# Global gitignore +# ---------------- + +# Mac OS X +.AppleDouble +.DS_Store +.LSOverride +._* + +# Windoze +$RECYCLE.BIN/ +Thumbs.db +Thumbs.db:encryptable +ehthumbs.db +ehthumbs_vista.db + +# (Neo)Vim +*~ +.netrwhist +Session.vim +Sessionx.vim +[._]*.s[a-v][a-z] +[._]*.sw[a-p] +[._]s[a-rt-v][a-z] +[._]ss[a-gi-z] +[._]sw[a-p] +[._]*.un~ +tags + +# VS Code +.history +.vscode + +# JetBrains +.idea + tags test.sh .luarc.json diff --git a/.stylua.toml b/.stylua.toml index 139e9397..bfcffff4 100644 --- a/.stylua.toml +++ b/.stylua.toml @@ -1,6 +1,7 @@ -column_width = 160 +column_width = 120 line_endings = "Unix" indent_type = "Spaces" indent_width = 2 -quote_style = "AutoPreferSingle" +quote_style = "AutoPreferDouble" call_parentheses = "None" +collapse_simple_statement = "Always"