source: trip-planner-front/node_modules/is-arrayish/.editorconfig@ 6c1585f

Last change on this file since 6c1585f was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 264 bytes
Line 
1root = true
2
3[*]
4indent_style = tab
5end_of_line = lf
6charset = utf-8
7trim_trailing_whitespace = true
8insert_final_newline = true
9
10[*.coffee]
11indent_style = space
12
13[{package.json,*.yml}]
14indent_style = space
15indent_size = 2
16
17[*.md]
18trim_trailing_whitespace = false
Note: See TracBrowser for help on using the repository browser.