Revision ace5e5f48c6ec6e7254b9b4f83e722e31be24302 authored by Chris Cranford on 20 February 2024, 10:13:11 UTC, committed by GitHub on 20 February 2024, 10:13:11 UTC
1 parent 247de8e
Raw File
.editorconfig
root=true

[*]
tab_width = 4

[*.g4]
end_of_line = lf
trim_trailing_whitespace = true
indent_style = space
indent_size = 4
back to top