comparison .editorconfig @ 357:10b9d53ae4c5

misc: add .editorconfig
author David Demelier <markand@malikania.fr>
date Fri, 22 Oct 2021 12:59:32 +0200
parents
children b2769e9c9181
comparison
equal deleted inserted replaced
356:26636fdb735d 357:10b9d53ae4c5
1 #
2 # .editorconfig -- configuration for mlk
3 #
4 # Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
5 #
6 # Permission to use, copy, modify, and/or distribute this software for any
7 # purpose with or without fee is hereby granted, provided that the above
8 # copyright notice and this permission notice appear in all copies.
9 #
10 # THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
11 # WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
12 # MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
13 # ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
14 # WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15 # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16 # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17 #
18
19 root = true
20
21 [*]
22 charset = utf-8
23 end_of_line = lf
24 indent_size = 8
25 indent_style = tab
26 insert_final_newline = true