Perry Kankam 3812eb20a6 Add 'samples/react-feedback/' from commit 'f9606eeed86b7a180e44f69e992f99d98b79094f'
git-subtree-dir: samples/react-feedback
git-subtree-mainline: 1b413fddabfc9681ed79daf1895538934affc4bd
git-subtree-split: f9606eeed86b7a180e44f69e992f99d98b79094f
2020-12-15 22:19:50 -05:00

25 lines
475 B
INI

# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# editorconfig.org
root = true
[*]
# change these settings to your own preference
indent_style = space
indent_size = 2
# we recommend you to keep these unchanged
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
[{package,bower}.json]
indent_style = space
indent_size = 2