tom-weatherhead/thaw-tic-tac-toe-engine

View on GitHub
.editorconfig

Summary

Maintainability
Test Coverage
# Editor configuration. See https://editorconfig.org

# Topmost EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
charset = utf-8
indent_style = tab
indent_size = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
max_line_length = off
trim_trailing_whitespace = false

# Spaces are forbidden in YAML files. See https://yaml.org/faq.html
[*.{yaml,yml}]
indent_style = space
indent_size = 2