old-bugs

Minecraft: Better than Adventure! mod that brings back bugs from older versions
git clone git://memoryshards.xyz/old-bugs.git
Log | Files | Refs | README | LICENSE

.editorconfig (397B)


      1 root = true
      2 
      3 [*]
      4 charset = utf-8
      5 end_of_line = lf
      6 insert_final_newline = true
      7 tab_width = 4
      8 trim_trailing_whitespace = true
      9 
     10 [*.md]
     11 trim_trailing_whitespace = false
     12 
     13 [*.gradle]
     14 indent_style = tab
     15 
     16 [*.java]
     17 indent_style = space
     18 indent_size = 4
     19 
     20 [*.json]
     21 indent_style = space
     22 indent_size = 2
     23 
     24 [fabric.mod.json]
     25 indent_style = space
     26 tab_width = 2
     27 
     28 [*.properties]
     29 indent_style = space
     30 indent_size = 2