source: node_modules/react-facebook-login/.editorconfig@ 47f4eaf

Last change on this file since 47f4eaf was 47f4eaf, checked in by Marko <Marko@…>, 20 months ago

Final features implemented

  • Property mode set to 100644
File size: 375 bytes
Line 
1# EditorConfig helps developers define and maintain consistent
2# coding styles between different editors and IDEs
3# editorconfig.org
4
5root = true
6
7[*]
8indent_style = space
9indent_size = 2
10
11end_of_line = lf
12charset = utf-8
13trim_trailing_whitespace = true
14insert_final_newline = true
15
16[*.md]
17trim_trailing_whitespace = false
18
19[*.{json,yml}]
20indent_style = space
21indent_size = 2
Note: See TracBrowser for help on using the repository browser.