Merge pull request #158 from olerem/gcc-9
[librecmc/open-ath9k-htc-firmware.git] / .editorconfig
1 # Copying and distribution of this file, with or without modification,
2 # are permitted in any medium without royalty provided this notice is
3 # preserved.  This file is offered as-is, without any warranty.
4 # Names of contributors must not be used to endorse or promote products
5 # derived from this file without specific prior written permission.
6
7 # EditorConfig
8 # http://EditorConfig.org
9
10 # top-most EditorConfig file
11 root = true
12
13 # LF end-of-line, insert an empty new line and UTF-8
14 [*]
15 end_of_line = lf
16 insert_final_newline = true
17 charset = utf-8
18
19 # Tab indentation
20 [makefile,Makefile]
21 indent_style = tab