-
Currently we do not have or use a coding style. For instance:
- Some files are indented by tabs, other by spaces.
- We do not fully comply with pep8 (e.g. ~~camel casing in Python~~).
- Cpp file…
-
**Is your feature request related to a problem? Please describe.**
I want to contribute, but the code seems to have inconsistent styling and not be styled the way I'm used to. This makes it harder to…
-
Type: Bug
I've installed FIra code in my system. It was working fine but from few days, all my Fira code settings is reset and fontFamily and fontLigatures are not loading. Is there any bug or enhan…
-
Line Delving_into_darkness.cpp:15 uses
```cpp
CreateCurrentScreen CurrentScreen;
```
but elsewhere is lowerCamelCase
-
Writing a lot of Js can quickly become overwhelming. So, take the good habits with the Aibnb coding style bro!
[AIBNB Coding Style](https://github.com/airbnb/javascript)
-
headless makes following changes on dotsessings file:
```+ True
+ True
+ True
+ True
```
U-lis updated
2 weeks ago
-
### Description
Currently, there is a code style, [`Website:"docs/contributing/code-style"`](https://files.community/docs/contributing/code-style). However, this would be better if it was enforced th…
-
Sql statement should follow this indentation style - https://moodledev.io/general/development/policies/codingstyle/sql#indentation
https://github.com/marcusgreen/moodle-tool_driprelease/blob/dd7cba…
-
This will be easier in the long run
https://github.com/google/google-java-format is the only tool that I found that works both in Eclipse and IntelliJ.
Maven integration may make things easy via…
-
Your project is great.
I want to work on this project as a whole.
I will add CSS-related improvements and format the code to increase its readability and make it easy for future contributors to und…