source: trip-planner-front/node_modules/num2fraction/.editorconfig@ 8d391a1

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

initial commit

  • Property mode set to 100644
File size: 208 bytes
Line 
1# editorconfig.org
2root = true
3
4[*]
5charset = utf-8
6indent_style = space
7indent_size = 2
8end_of_line = lf
9trim_trailing_whitespace = true
10insert_final_newline = true
11
12
13[*.md]
14trim_trailing_whitespace = false
Note: See TracBrowser for help on using the repository browser.