imsh-clients

Clients for imsh screenshot/screencast sharing service
git clone https://git.echoz.io/imsh-clients.git
Log | Files | Refs

.editorconfig (164B)


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