Changeset 262408 in webkit


Ignore:
Timestamp:
Jun 2, 2020 12:44:47 AM (4 years ago)
Author:
yoshiaki.jitsukawa@sony.com
Message:

Add .editorconfig
https://bugs.webkit.org/show_bug.cgi?id=212463

Add .editorconfig for Visual Studio.

Initally following file types are supported:

  • .h/.c/.cpp
  • CMakeFilelist.txt/.cmake
  • .editorconfig itself

Reviewed by Fujii Hironori.

  • .editorconfig: Added.
Location:
trunk
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r262331 r262408  
     12020-06-02  Yoshiaki JITSUKAWA  <yoshiaki.jitsukawa@sony.com>
     2
     3        Add .editorconfig
     4        https://bugs.webkit.org/show_bug.cgi?id=212463
     5
     6        Add .editorconfig for Visual Studio.
     7       
     8        Initally following file types are supported:
     9          - .h/.c/.cpp
     10          - CMakeFilelist.txt/.cmake
     11          - .editorconfig itself
     12
     13        Reviewed by Fujii Hironori.
     14
     15        * .editorconfig: Added.
     16
    1172020-05-29  Andy Estes  <aestes@apple.com>
    218
Note: See TracChangeset for help on using the changeset viewer.