forked from WebKit/WebKit
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
https://bugs.webkit.org/show_bug.cgi?id=220982 Patch by Angelos Oikonomopoulos <[email protected]> on 2021-01-27 Reviewed by Fujii Hironori. All the ruby source files seem to default to 4 as the indent level; make it official. * .dir-locals.el: * .editorconfig: Canonical link: https://commits.webkit.org/233391@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@271945 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
7a63857
commit e297cd3
Showing
3 changed files
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,16 @@ | ||
2021-01-27 Angelos Oikonomopoulos <[email protected]> | ||
|
||
Set ruby-indent-level to 4 | ||
https://bugs.webkit.org/show_bug.cgi?id=220982 | ||
|
||
Reviewed by Fujii Hironori. | ||
|
||
All the ruby source files seem to default to 4 as the indent | ||
level; make it official. | ||
|
||
* .dir-locals.el: | ||
* .editorconfig: | ||
|
||
2021-01-23 Xan Lopez <[email protected]> | ||
|
||
[JSC] Allow to build WebAssembly without B3 | ||
|