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