blob: 48542cbb4180cdae02f4fccb0cc95a3d124e5c7d [file] [log] [blame]
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001; This file is for unifying the coding style for different editors and IDEs.
2; More information at http://editorconfig.org
3
4root = true
5
6[*]
7charset = utf-8
8indent_size = 4
9indent_style = space
10end_of_line = lf
11insert_final_newline = true
12trim_trailing_whitespace = true