diff options
author | Christian Segundo | 2023-10-08 01:59:18 +0200 |
---|---|---|
committer | Christian Segundo | 2023-10-08 01:59:18 +0200 |
commit | a4644e03b1aa7daf0f2d4c0474d04c3b3aabebbd (patch) | |
tree | 90ab0f6151a8bd1efae60111c5a204cb9435102d /stylua.toml | |
parent | b816ee2793da722f5aa27f9f5a2fd077a6dfc091 (diff) | |
download | promqlfmt-a4644e03b1aa7daf0f2d4c0474d04c3b3aabebbd.tar.gz |
first commit
Diffstat (limited to 'stylua.toml')
-rw-r--r-- | stylua.toml | 5 |
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" |