summaryrefslogtreecommitdiff
path: root/stylua.toml
diff options
context:
space:
mode:
authorChristian Segundo2023-10-08 01:59:18 +0200
committerChristian Segundo2023-10-08 01:59:18 +0200
commita4644e03b1aa7daf0f2d4c0474d04c3b3aabebbd (patch)
tree90ab0f6151a8bd1efae60111c5a204cb9435102d /stylua.toml
parentb816ee2793da722f5aa27f9f5a2fd077a6dfc091 (diff)
downloadpromqlfmt-a4644e03b1aa7daf0f2d4c0474d04c3b3aabebbd.tar.gz
first 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..d73b884
--- /dev/null
+++ b/stylua.toml
@@ -0,0 +1,5 @@
+column_width = 80
+line_endings = "Unix"
+indent_type = "Spaces"
+indent_width = 2
+quote_style = "AutoPreferDouble"