annotate .editorconfig @ 653:87e1f4c7da76

misc: happy new year!
author David Demelier <markand@malikania.fr>
date Tue, 08 Jan 2019 21:19:17 +0100
parents 5bd9424a523a
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
556
6872b3c443c7 Misc: add .editorconfig
David Demelier <markand@malikania.fr>
parents:
diff changeset
1 root = true
6872b3c443c7 Misc: add .editorconfig
David Demelier <markand@malikania.fr>
parents:
diff changeset
2
6872b3c443c7 Misc: add .editorconfig
David Demelier <markand@malikania.fr>
parents:
diff changeset
3 [*]
6872b3c443c7 Misc: add .editorconfig
David Demelier <markand@malikania.fr>
parents:
diff changeset
4 charset = utf-8
6872b3c443c7 Misc: add .editorconfig
David Demelier <markand@malikania.fr>
parents:
diff changeset
5 end_of_line = lf
6872b3c443c7 Misc: add .editorconfig
David Demelier <markand@malikania.fr>
parents:
diff changeset
6 insert_final_newline = true
6872b3c443c7 Misc: add .editorconfig
David Demelier <markand@malikania.fr>
parents:
diff changeset
7 trim_trailing_whitespace = true
648
5bd9424a523a misc: extreme cleanup
David Demelier <markand@malikania.fr>
parents: 556
diff changeset
8 indent_style = tab
5bd9424a523a misc: extreme cleanup
David Demelier <markand@malikania.fr>
parents: 556
diff changeset
9 indent_size = 8