djbase

A base template to bootstrap common Django projects.
git clone https://s.sonu.ch/~srfsh/nelci.git
Log | Files | Refs | README | LICENSE

.editorconfig (202B)


      1 root = true
      2 
      3 [*]
      4 charset = utf-8
      5 end_of_line = lf
      6 insert_final_newline = true
      7 trim_trailing_whitespace = true
      8 indent_style = tab
      9 indent_size = tab
     10 tab_width = 8
     11 
     12 [*.md]
     13 trim_trailing_whitespace = false