comparison .editorconfig @ 3:1597506a2241 vue-cli

merge with vue-cli
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 13 Jun 2018 10:57:57 +0200
parents
children
comparison
equal deleted inserted replaced
2:9c6f68a8e8b2 3:1597506a2241
1 root = true
2
3 [*]
4 indent_style = space
5 indent_size = 2
6 charset = utf-8
7 trim_trailing_whitespace = true
8 insert_final_newline = true
9 end_of_line = lf
10 # editorconfig-tools is unable to ignore longs strings or urls
11 max_line_length = null