openrat-java-client

Unnamed repository; edit this file 'description' to name the repository.
git clone http://git.code.weiherhei.de/openrat-java-client.git
Log | Files | Refs

.editorconfig (155B)


      1 root = true
      2 
      3 # Unix-style newlines with a newline ending every file
      4 [*]
      5 end_of_line = lf
      6 
      7 # Tab indentation (no size specified)
      8 [*.java]
      9 indent_style = tab