commit | aa2eb3e2f777233af418bebbeb9fb8bdd772a49a | [log] [tgz] |
---|---|---|
author | Vivien Nicolas <vnicolas@apple.com> | Sat Nov 07 04:17:27 2020 +0100 |
committer | GitHub <noreply@github.com> | Fri Nov 06 22:17:27 2020 -0500 |
tree | 496b0d16f86882bd280e72be487f351218004935 | |
parent | 7e4986cc73bf1b2e2da3d9d7944b82880f41b2d2 [diff] [blame] |
Add JavaScript to .clang-format (#3708)
diff --git a/.clang-format b/.clang-format index e4165ce..208a93c 100644 --- a/.clang-format +++ b/.clang-format
@@ -230,4 +230,7 @@ - QT_REQUIRE_VERSION TabWidth: 8 UseTab: Never +--- +Language: JavaScript +ColumnLimit: 132 ...