lttng add-trigger: rename on-event condition to event-rule-matches
[lttng-tools.git] / .editorconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2
3 root = true
4
5 [*]
6 end_of_line = lf
7 insert_final_newline = true
8 indent_style = tab
9 indent_size = 8
10 tab_width = 8
11 charset = utf-8
12
13 [*.py]
14 indent_style = space
15 indent_size = 4
This page took 0.029913 seconds and 4 git commands to generate.