diff options
author | Aylur <[email protected]> | 2024-05-19 02:39:53 +0200 |
---|---|---|
committer | Aylur <[email protected]> | 2024-05-19 02:39:53 +0200 |
commit | 1425b396b08f0e91d45bbd0f92b1309115c7c870 (patch) | |
tree | 8af1a899a14d8a01a9ef50e248c077b48aed25bc /lua/stylua.toml |
init 0.1.0
Diffstat (limited to 'lua/stylua.toml')
-rw-r--r-- | lua/stylua.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/stylua.toml b/lua/stylua.toml new file mode 100644 index 0000000..d4a4951 --- /dev/null +++ b/lua/stylua.toml @@ -0,0 +1,3 @@ +indent_type = "Spaces" +indent_width = 4 +column_width = 100 |