commit | b69eb3db5a0be92649c9e32be8cc9e63d5485965 | [log] [tgz] |
---|---|---|
author | avm99963 <me@avm99963.com> | Thu Aug 20 02:03:44 2020 +0200 |
committer | avm99963 <me@avm99963.com> | Thu Aug 20 02:03:44 2020 +0200 |
tree | 003c9e64f087fa6669279e50b4060fbe7acf2845 | |
parent | d6e3e5fa722cb66a84f4e0bfccda5409d27b7f50 [diff] [blame] |
Refactored code to comply with Google Style Guides This commit refactors JS, MD and Bash files in order to comply with the Google style guides. Change-Id: I5bc9a175d2400fa1095ba9eb1c8cff3ebfef4b8f
diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..f6cb8ad --- /dev/null +++ b/.clang-format
@@ -0,0 +1 @@ +BasedOnStyle: Google