Fix: action executor: ref count imbalance for session object
[lttng-tools.git] / .editorconfig
CommitLineData
242b29ad
SM
1# SPDX-License-Identifier: GPL-2.0-only
2
3root = true
4
5[*]
6end_of_line = lf
7insert_final_newline = true
8indent_style = tab
9indent_size = 8
10tab_width = 8
11charset = utf-8
12
13[*.py]
14indent_style = space
15indent_size = 4
This page took 0.022574 seconds and 4 git commands to generate.