diff options
| author | Warrick Lo <wlo@warricklo.net> | 2026-03-01 07:20:20 -0800 |
|---|---|---|
| committer | Warrick Lo <wlo@warricklo.net> | 2026-03-01 07:20:20 -0800 |
| commit | 21bf9f58b3c3b90cdff6541f42fe2dce21d68032 (patch) | |
| tree | 3aa76c241c4e4de3b65bb8c122e8d9a3aaccf859 /.editorconfig | |
| parent | add deadline (diff) | |
Add task 2 code
Signed-off-by: Warrick Lo <wlo@warricklo.net>
Diffstat (limited to '')
| -rw-r--r-- | .editorconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..c721d64 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true +indent_style = tab +indent_size = 8 |