diff options
| author | jcm <john.moody@coloradocollege.edu> | 2023-08-07 11:54:05 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-07 18:54:05 +0100 |
| commit | 773e239db7ceb2c55aa15f9787add4430edcdfcf (patch) | |
| tree | e2c712bc0bda2058a1d68e0b6158293a07f012ae /.editorconfig | |
| parent | 42750a74f82ee69cabfaf3c5497af6a8ebc13eca (diff) | |
Implement color space passthrough option (#5531)
Co-authored-by: jcm <butt@butts.com>
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index e5a5e617..9d695c7f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -14,6 +14,13 @@ tab_width = 4 end_of_line = lf insert_final_newline = true +# JSON files +[*.json] + +# Indentation and spacing +indent_size = 2 +tab_width = 2 + # C# files [*.cs] |
