blob: b9f4c155c464575ea22f322ec9d9dce674959bee [file] [log] [blame]
Peter Pentcheved29a6f2022-11-15 14:27:53 +02001# https://editorconfig.org/
Peter Pentchevb91fc932023-01-19 15:27:13 +02002#
3# SPDX-FileCopyrightText: StorPool <support@storpool.com>
4# SPDX-License-Identifier: BSD-2-Clause
Peter Pentcheved29a6f2022-11-15 14:27:53 +02005
6root = true
7
8[*]
9end_of_line = lf
10insert_final_newline = true
11charset = utf-8
12
Peter Pentchev53ecf9c2022-11-15 14:42:23 +020013[*.nix]
14indent_style = space
15indent_size = 2
16
Peter Pentcheved29a6f2022-11-15 14:27:53 +020017# Mainly for the multi-line "Description: ..." header.
18[*.patch]
19indent_style = space
20indent_size = 1
21
22[*.pl]
23indent_style = tab
24tab_size = 8
25
Peter Pentchevb91fc932023-01-19 15:27:13 +020026[*.py]
27indent_style = space
28indent_size = 4
29
30[*.toml]
31indent_style = space
32indent_size = 2
33
Peter Pentcheved29a6f2022-11-15 14:27:53 +020034[sh/git-if-needed]
35indent_style = tab
36tab_size = 8