openrat-webdav

git clone http://git.code.weiherhei.de/openrat-webdav.git
Log | Files | Refs | README

.editorconfig (262B)


      1 ; This file is for unifying the coding style for different editors and IDEs.
      2 ; More information at http://editorconfig.org
      3 
      4 root = true
      5 
      6 [*]
      7 end_of_line = lf
      8 insert_final_newline = false
      9 charset = utf-8
     10 tab_width = 4
     11 
     12 [*.php]
     13 indent_style = tab
     14 indent_size = 1
     15