styleguide
styleguide copied to clipboard
Style guides for Google-originated open-source projects
The example method name `FunctionBar` in the docstring example [here](http://google.github.io/styleguide/pyguide.html#382-modules) doesn't match the recommended style for method names in http://google.github.io/styleguide/pyguide.html#316-naming. This PR fixes this by changing `FunctionBar` to `function_bar`.
Fix : links,words highlight
When `readability/alt_tokens` is disabled they can be parsed as a function name: ```c++ 1 and (1 + 1) ^ spurious 'Extra space before ( in function call' ```
The command ‘google-make-newline-indent’ uses ‘c-mode-base-map’, which is defined in ‘cc-mode’, so we should ‘require’ that library.
change space dismatching btween 4 spaces and 2 spaces, also move yes and no outside code blocks so matching with line225
Fix : invalid links
Style guide for flutter is not available in Google official style guide repository. This flutter style guide is vague. [https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo](https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo)
The current eclipse style defines the import options as follows: ``` ``` Intellij as follows: ``` ``` 1.) At least the blank line after the imports seems different (1 vs....
## 📝 Provide a description of the new feature _What is the expected behavior of the proposed feature? What is the scenario this would be used?_ ---I would like to...
### Describe the bug **Problem**: after trying to connect to Local Host (without a server running) if I then go to Chainlist and try to add any network I will...