18 lines
382 B
INI
18 lines
382 B
INI
# EditorConfig is awesome: http://EditorConfig.org
|
|
#
|
|
# All EditorConfig properties:
|
|
# https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties
|
|
|
|
|
|
# Top-most EditorConfig file
|
|
root = true
|
|
|
|
# This is a small project; currently, we
|
|
# use the same settings everywhere
|
|
[*]
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
insert_final_newline = true
|
|
indent_style = space
|
|
indent_size = 2
|