Mercurial > hg > monetdb-perl
comparison .editorconfig @ 36:81d45b439e58
.editorconfig keeps messing up my yaml
author | Joeri van Ruth <joeri.van.ruth@monetdbsolutions.com> |
---|---|
date | Thu, 17 Dec 2020 14:02:03 +0100 (2020-12-17) |
parents | d7abecd6b9f0 |
children |
comparison
equal
deleted
inserted
replaced
35:9a97a938adb2 | 36:81d45b439e58 |
---|---|
5 charset = utf-8 | 5 charset = utf-8 |
6 max_line_length = 120 | 6 max_line_length = 120 |
7 indent_style = tab | 7 indent_style = tab |
8 tab_width = 4 | 8 tab_width = 4 |
9 indent_size = tab | 9 indent_size = tab |
10 | |
11 [*.yml] | |
12 indent_style = space | |
13 indent_size = 2 |