ansible: create a node_wandboard group
[lttng-ci.git] / .editorconfig
1 # https://editorconfig.org
2
3 # top-most EditorConfig file
4 root = true
5
6 [*]
7 charset = utf-8
8 end_of_line = lf
9 insert_final_newline = true
10
11 [*.yaml]
12 indent_style = space
13 indent_size = 2
14
15 [*.{groovy,groovy.j2}]
16 indent_style = space
17 indent_size = 2
18
19 [*.py]
20 indent_style = space
21 indent_size = 4
This page took 0.032774 seconds and 4 git commands to generate.