mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 09:40:21 +00:00
@@ -585,6 +585,8 @@ INI:
|
||||
- .prefs
|
||||
- .properties
|
||||
primary_extension: .ini
|
||||
filenames:
|
||||
- .editorconfig
|
||||
|
||||
IRC log:
|
||||
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