mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2026-06-14 20:57:52 +00:00
9 lines
234 B
TOML
9 lines
234 B
TOML
syntax = "LuaJIT"
|
|
column_width = 100
|
|
line_endings = "Unix"
|
|
indent_type = "Spaces"
|
|
indent_width = 2
|
|
quote_style = "AutoPreferSingle"
|
|
call_parentheses = "Always"
|
|
space_after_function_names = "Never"
|
|
collapse_simple_statement = "Always"
|