lpk-website

Lillehammer pistolklubb website
git clone https://git.echoz.io/lpk-website.git
Log | Files | Refs | README | LICENSE

.editorconfig (156B)


      1 [*]
      2 charset = utf-8
      3 end_of_line = lf
      4 indent_style = space
      5 insert_final_newline = true
      6 max_line_length = 100
      7 trim_trailing_whitespace = true
      8 indent_size = 2