forked from Bastion/Bastion
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
384 B
18 lines
384 B
# EditorConfig is awesome: https://EditorConfig.org
|
|
|
|
# top-most EditorConfig file
|
|
root = true
|
|
|
|
[*.lua]
|
|
call_parentheses = Always
|
|
charset = utf-8
|
|
collapse_simple_statement = Never
|
|
end_of_line = lf
|
|
indent_size = 4
|
|
indent_style = space
|
|
indent_type = Spaces
|
|
indent_width = 4
|
|
insert_final_newline = true
|
|
max_line_length = 1000
|
|
quote_style = AutoPreferDouble
|
|
trim_trailing_whitespace = true |