added editorconfig

This commit is contained in:
Ell 2022-06-17 18:05:34 +02:00
parent 29bc52b5b7
commit d68c089bdc
3 changed files with 3 additions and 3 deletions

View file

@ -35,4 +35,4 @@ public class CustomTable : Furniture {
return base.Validate() && this.TestValue <= 1;
}
}
}

View file

@ -120,4 +120,4 @@ public class ExampleMod : Mod {
yield return "CustomFurniture";
}
}
}

View file

@ -53,4 +53,4 @@ public class SitDownOnGrassAction : MultiAction {
}
}
}
}