dbounce.js

Basic thread-wide de-bounce helper
git clone git://git.finwo.net/lib/dbounce.js
Log | Files | Refs | README

.editorconfig (218B)


      1 # 2d0e4a3f-ac19-430c-bf1b-46c68651ce21
      2 root = true
      3 
      4 [*]
      5 end_of_line = lf
      6 insert_final_newline = true
      7 charset = utf-8
      8 indent_size = 2
      9 indent_style = space
     10 
     11 [*.{php,html}]
     12 indent_size = 4
     13 
     14 [Makefile*]
     15 indent_style = tab