xref: /third_party/backends/.editorconfig (revision 141cc406)
1# .editorconfig -- settings for consistent coding style conventions
2# Copyright (C) 2017  Olaf Meeuwissen
3#
4# License: GPL-3.0+
5
6# Your editor may need a plugin for this configuration to take effect.
7# See http://editorconfig.org/#download for details.
8
9root = true                     ; look no further
10
11[*]
12charset = utf-8
13insert_final_newline = true
14trim_trailing_whitespace = true
15
16[backend/escl/*]
17indent_size = 4
18indent_style = space
19