source: imaps-frontend/node_modules/define-properties/.editorconfig@ d565449

main
Last change on this file since d565449 was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago

Update repo after prototype presentation

  • Property mode set to 100644
File size: 276 bytes
RevLine 
[d565449]1root = true
2
3[*]
4indent_style = tab;
5insert_final_newline = true;
6quote_type = auto;
7space_after_anonymous_functions = true;
8space_after_control_statements = true;
9spaces_around_operators = true;
10trim_trailing_whitespace = true;
11spaces_in_brackets = false;
12end_of_line = lf;
13
Note: See TracBrowser for help on using the repository browser.