source: imaps-frontend/node_modules/is-callable/.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: 457 bytes
RevLine 
[d565449]1root = true
2
3[*]
4indent_style = tab
5indent_size = 4
6end_of_line = lf
7charset = utf-8
8trim_trailing_whitespace = true
9insert_final_newline = true
10max_line_length = 150
11
12[CHANGELOG.md]
13indent_style = space
14indent_size = 2
15max_line_length = off
16
17[README.md]
18indent_style = off
19indent_size = off
20max_line_length = off
21
22[*.json]
23max_line_length = off
24
25[Makefile]
26max_line_length = off
27
28[coverage*/**/*]
29indent_style = off
30indent_size = off
31max_line_length = off
Note: See TracBrowser for help on using the repository browser.