Skip to content

Block comments unindent by one space each line #3

@patcon

Description

@patcon

Seems like multiline comments might confuse vim-solidity. Having said that, I am using editorconfig, so if you can't reproduce, that might be where we diverge :)

contract SimpleStorage {
    uint storedData;

    /** 
    *
   *
  *
 *
    */
    function set(uint x) {
        storedData = x;
    }  

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions