source: imaps-frontend/node_modules/is-boolean-object/.editorconfig

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

Update repo after prototype presentation

  • Property mode set to 100644
File size: 353 bytes
Line 
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
15
16[.github/workflows/*.yml]
17indent_style = off
18indent_size = off
19max_line_length = off
20
21[{CHANGELOG.md,*.json}]
22max_line_length = off
Note: See TracBrowser for help on using the repository browser.