mirror of
https://github.com/haskell/ghcide.git
synced 2024-11-26 12:25:25 +03:00
dee0624bf2
* Add a .editorconfig * Move to https
12 lines
256 B
INI
12 lines
256 B
INI
; This file is for unifying the coding style for different editors and IDEs.
|
|
; More information at https://EditorConfig.org
|
|
|
|
root = true
|
|
|
|
[*]
|
|
end_of_line = LF
|
|
indent_style = space
|
|
indent_size = 4
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|