60fe75387c878b41c9487540b60c69e5ea45bf349cdbd842757f54db5cc66df510d69173c5e32a50339461b036b3ea28caed1767f776ca42a36e690764b506 312 B

123456789101112131415
  1. root = true
  2. [*]
  3. indent_style = tab;
  4. insert_final_newline = true;
  5. quote_type = auto;
  6. space_after_anonymous_functions = true;
  7. space_after_control_statements = true;
  8. spaces_around_operators = true;
  9. trim_trailing_whitespace = true;
  10. spaces_in_brackets = false;
  11. end_of_line = lf;
  12. [CHANGELOG.md]
  13. indent_style = space