In order to avoid some kind a prioritization of some libraries and for a better overview, I've updated the coding guidelines so that the categories and category entries should be sorted alphabetically from A-Z. The additional EditorConfig, copied from awesome-elixir, will bring more code style consistence between different editors and IDEs. Thanks @h4cc!
15 lines
251 B
INI
15 lines
251 B
INI
# EditorConfig is awesome: http://EditorConfig.org
|
|
|
|
# top-most EditorConfig file
|
|
root = true
|
|
|
|
[*]
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
indent_style = space
|
|
indent_size = 4
|
|
charset = utf-8
|
|
|
|
[{!*.md,!*.markdown}]
|
|
trim_trailing_whitespace = true
|