diff options
| author | Nicolas Paul <n@nc0.fr> | 2024-03-04 11:37:49 +0100 |
|---|---|---|
| committer | Nicolas Paul <n@nc0.fr> | 2024-03-04 11:37:49 +0100 |
| commit | da042f8ce624b2ab96eed3623ace4dfbcf7f43b2 (patch) | |
| tree | 7292e2f7ce27af9b1e3d7c90f909669a504deb80 | |
| parent | d6c0f6704a6155e6f9d28ba5491cc1fbad72611d (diff) | |
Configure Clang-Format
Clang-Format is a powerful code formatting tool for languages with a
C-like syntax, including JavaScript.
Signed-off-by: Nicolas Paul <n@nc0.fr>
| -rw-r--r-- | .clang-format | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..cf21ca9 --- /dev/null +++ b/.clang-format @@ -0,0 +1,8 @@ +BasedOnStyle: Google +Language: JavaScript +--- +BasedOnStyle: Google +Language: Json +--- +BasedOnStyle: Google +Language: Cpp |
