ghcide/.editorconfig
Neil Mitchell dee0624bf2
Add a .editorconfig (#435)
* Add a .editorconfig

* Move to https
2020-02-17 10:50:52 +01:00

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