Ignore:
Timestamp:
Mar 18, 2007, 10:05:33 PM (18 years ago)
Author:
andrew
Message:

JavaScriptCore:

Reviewed by Mark Rowe


Set Xcode editor to use 4 space indentation (http://webkit.org/coding/coding-style.html)

JavaScriptGlue:

Reviewed by Mark Rowe


Set Xcode editor to use 4 space indentation (http://webkit.org/coding/coding-style.html)

  • JavaScriptGlue.xcodeproj/project.pbxproj:

WebCore:

Reviewed by Mark Rowe

Set Xcode editor to use 4 space indentation (http://webkit.org/coding/coding-style.html)

  • WebCore.xcodeproj/project.pbxproj:

WebKit:

Reviewed by Mark Rowe


Set Xcode editor to use 4 space indentation (http://webkit.org/coding/coding-style.html)

  • WebKit.xcodeproj/project.pbxproj:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj

    r20225 r20309  
    455455                14ABDF5D0A437FEF00ECCA01 /* JSCallbackObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSCallbackObject.h; sourceTree = "<group>"; };
    456456                14ABDF5E0A437FEF00ECCA01 /* JSCallbackObject.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSCallbackObject.cpp; sourceTree = "<group>"; };
    457                 14B8ECA60A5653980062BE54 /* JavaScriptCore.exp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.exports; path = JavaScriptCore.exp; sourceTree = "<group>"; };
     457                14B8ECA60A5653980062BE54 /* JavaScriptCore.exp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.exports; path = JavaScriptCore.exp; sourceTree = "<group>"; tabWidth = 4; usesTabs = 1; };
    458458                14BD534A0A3E0AEA00BAF59C /* SavedBuiltins.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SavedBuiltins.h; sourceTree = "<group>"; };
    459459                14BD53F30A3E12D800BAF59C /* ExecState.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ExecState.h; sourceTree = "<group>"; };
     
    729729                        name = Products;
    730730                        sourceTree = "<group>";
     731                        tabWidth = 4;
     732                        usesTabs = 1;
    731733                };
    732734                0867D691FE84028FC02AAC07 /* JavaScriptCore */ = {
     
    762764                        name = Frameworks;
    763765                        sourceTree = "<group>";
     766                        tabWidth = 4;
     767                        usesTabs = 1;
    764768                };
    765769                141211000A48772600480255 /* tests */ = {
     
    774778                        path = API;
    775779                        sourceTree = "<group>";
     780                        tabWidth = 4;
     781                        usesTabs = 1;
    776782                };
    777783                1432EBD70A34CAD400717B9F /* API */ = {
     
    803809                        path = API;
    804810                        sourceTree = "<group>";
     811                        tabWidth = 4;
     812                        usesTabs = 1;
    805813                };
    806814                144005170A531CB50005F061 /* minidom */ = {
     
    831839                        path = Configurations;
    832840                        sourceTree = "<group>";
     841                        tabWidth = 4;
     842                        usesTabs = 1;
    833843                };
    834844                51856D950562EE9C008B9D83 /* bindings */ = {
     
    884894                        name = bindings;
    885895                        sourceTree = "<group>";
     896                        tabWidth = 4;
     897                        usesTabs = 1;
    886898                };
    887899                650FDF8D09D0FCA700769E54 /* Derived Sources */ = {
     
    902914                        path = DerivedSources/JavaScriptCore;
    903915                        sourceTree = BUILT_PRODUCTS_DIR;
     916                        tabWidth = 4;
     917                        usesTabs = 1;
    904918                };
    905919                65162EF108E6A21C007556CD /* wtf */ = {
     
    943957                        path = wtf;
    944958                        sourceTree = "<group>";
     959                        tabWidth = 4;
     960                        usesTabs = 1;
    945961                };
    946962                65417200039E01BA0058BFEB /* kjs */ = {
     
    10371053                        path = kjs;
    10381054                        sourceTree = "<group>";
     1055                        tabWidth = 4;
     1056                        usesTabs = 1;
    10391057                };
    10401058                65417203039E01F90058BFEB /* pcre */ = {
     
    10611079                        name = pcre;
    10621080                        sourceTree = "<group>";
     1081                        tabWidth = 4;
     1082                        usesTabs = 1;
    10631083                };
    10641084                932FC3C10824BB61005B3C75 /* Intermediates */ = {
     
    10691089                        name = Intermediates;
    10701090                        sourceTree = "<group>";
     1091                        tabWidth = 4;
     1092                        usesTabs = 1;
    10711093                };
    10721094                932FC3C20824BB70005B3C75 /* Resources */ = {
     
    10771099                        name = Resources;
    10781100                        sourceTree = "<group>";
     1101                        tabWidth = 4;
     1102                        usesTabs = 1;
    10791103                };
    10801104                E195678D09E7CF1200B89D13 /* unicode */ = {
Note: See TracChangeset for help on using the changeset viewer.