diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-12-23 15:33:44 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-12-23 15:33:44 +0100 |
commit | c98f9337940128178401bb6b2d242ce577080ca4 (patch) | |
tree | 6dcf8da983709cf3c4d33e793eed3f8bb68501d7 /.editorconfig | |
parent | 295ee857b9b46c27e80051700278e3075590d823 (diff) |
half-implemented TCG API client class
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..ec90e12 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +root = true + +[*] +indent_style = tab +indent_size = 2 +end_of_line = lf +insert_final_newline = true + +[*.md] +indent_style = space +indent_size = 2 + |