AdventOfCode2022/.editorconfig

10 lines
158 B
INI

# This file is the top-most EditorConfig file
root = true
# All Files
[*]
charset = utf-8
indent_style = tab
indent_size = 2
tab_width = 2
end_of_line = crlf