breandan / kotlingrad

🧩 Shape-Safe Symbolic Differentiation with Algebraic Data Types

Home Page:https://breandan.net/public/masters_thesis.pdf#page=49

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add `.idea/codeStyles` to the repository

CommanderTvis opened this issue · comments

Is your feature request related to a problem? Please describe.
I don't know how to use the IntelliJ IDEA formatter to format the project.

Describe the solution you'd like
Track .idea/codeStyles folder in the Git repository.

Added .editorconfig, it's not a foolproof solution but should be supported by IntelliJ IDEA out of the box. I guess we could use an autoformatter such as ktlint or ktfmt, but for some structures it's nice to have manual control over indentation.