mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
@@ -585,6 +585,8 @@ INI:
|
|||||||
- .prefs
|
- .prefs
|
||||||
- .properties
|
- .properties
|
||||||
primary_extension: .ini
|
primary_extension: .ini
|
||||||
|
filenames:
|
||||||
|
- .editorconfig
|
||||||
|
|
||||||
IRC log:
|
IRC log:
|
||||||
lexer: IRC logs
|
lexer: IRC logs
|
||||||
|
|||||||
10
samples/INI/filenames/.editorconfig
Normal file
10
samples/INI/filenames/.editorconfig
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
; editorconfig.org
|
||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 4
|
||||||
|
end_of_line = lf
|
||||||
|
charset = utf-8
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
insert_final_newline = true
|
||||||
Reference in New Issue
Block a user