comparison client/.editorconfig @ 13:88d0d60924cf

Move vuejs app into subdir `client` Using a subdirectory for the web application keeps more structure in the repo.
author Bernhard Reiter <bernhard@intevation.de>
date Wed, 20 Jun 2018 17:02:06 +0200
parents .editorconfig@1597506a2241
children
comparison
equal deleted inserted replaced
12:000adddf74c8 13:88d0d60924cf
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