Giter VIP home page Giter VIP logo

kotlin-code-styles's People

Contributors

twyatt avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

morristech

kotlin-code-styles's Issues

Switch to 4/4/8 (from 4/4/4) indentation?

The "standard" continuation indent was going back and forth between 4 and 8, but seems to have settled on 8.

Continuation indent of 4

screen shot 2018-10-31 at 11 39 58 am

Kotlin/kotlin-style-guide#38

Continuation indent of 8

When line-wrapping, each line after the first (each continuation line) is indented at least +8 from the original line.

https://developer.android.com/kotlin/style-guide#continuation_indent

Update settings?

Our current setting overrides the default continuation indent of 8 and sets it to 4:

<option name="CODE_STYLE_DEFAULTS" value="KOTLIN_OFFICIAL" />
  <indentOptions>
    <option name="CONTINUATION_INDENT_SIZE" value="4" />
  </indentOptions>
</codeStyleSettings>

configs/codestyles/JUUL.xml

Should we remove the setting override and adopt the "new" standard of 8?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.