Bastion aims to serve as a highly performant, simplisitic, and expandable World of Warcraft data visualization framework.
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.
Bastion/.editorconfig

18 lines
384 B

# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*.lua]
5 months ago
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
5 months ago
insert_final_newline = true
max_line_length = 1000
quote_style = AutoPreferDouble
5 months ago
trim_trailing_whitespace = true