AdventOfCode/02/.editorconfig
2023-12-11 04:52:21 +01:00

15 lines
250 B
INI

# EditorConfig is awesome: https://EditorConfig.org
# Project files
# Matches multiple files with brace expansion notation
[*.{c,h,cc}]
# Set charset
charset = utf-8
max_line_length = 80
# 2 space indentation
indent_style = space
indent_size = 2