This repository has been archived on 2021-08-17. You can view files and clone it, but cannot push or open issues or pull requests.
TaskBoard/.editorconfig
Matthew Ross bdbe3de2c3 Initial transition to @angular/cli and webpack
All unit tests need to be reworked to use the official Angular testing
setup. API tests are fine.
2018-03-09 20:05:40 -05:00

14 lines
245 B
INI

# Editor configuration, see http://editorconfig.org
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
max_line_length = off
trim_trailing_whitespace = false