source: imaps-frontend/node_modules/is-regex/.editorconfig@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 months ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 324 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
[79a0317]10max_line_length = 200
[d565449]11
12[CHANGELOG.md]
13indent_style = space
14indent_size = 2
15
16[*.json]
17max_line_length = off
18
19[Makefile]
20max_line_length = off
[79a0317]21
22[CHANGELOG.md]
23max_line_length = off
Note: See TracBrowser for help on using the repository browser.