ohctechv3/.svn/pristine/41/41dcc6e5dcfee2cc601b47fdcc716306ccf8f0c4.svn-base
2024-10-28 15:03:36 +05:30

14 lines
276 B
Plaintext

root = true
[*]
indent_style = tab;
insert_final_newline = true;
quote_type = auto;
space_after_anonymous_functions = true;
space_after_control_statements = true;
spaces_around_operators = true;
trim_trailing_whitespace = true;
spaces_in_brackets = false;
end_of_line = lf;