generator-react-webpack/.editorconfig
Simon Bailey b1562cd74c Basic project generator setup
TODO:

- App tests
- Generator tests
- Component generator

Signed-off-by: Simon Bailey <simon@newtriks.com>
2014-01-07 20:00:49 +00:00

14 lines
214 B
INI

# http://editorconfig.org
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false