Skip to content

Instantly share code, notes, and snippets.

View TopchetoEU's full-sized avatar
🏠
Working on ++C compiler

TopchetoEU TopchetoEU

🏠
Working on ++C compiler
View GitHub Profile
title: Bukkit plugin.yml
description: Schematic for Bukkit plugin.yml config file
type: object
properties:
name:
type: string
pattern: "[a-zA-Z_]+"
description: The name of your plugin.
version:
type: string
@TopchetoEU
TopchetoEU / TOPCHETOEU-CODESTYLE.md
Last active December 17, 2023 13:51
The code style that I use in my code and my projects

TopchetoEU's coding style

This is a short document describing my coding style. Coding style is very personal, and I won’t force my views on anybody, unless you're contributing to any of my projects. In that case, this code style has to be strictly followed.

I. Syntax and formatting

Here are outlined rules, that you must follow so that your PRs get accepted by yours truly (there are some exceptions, but generally, this is how I code, and this is how you should code if you want to contribute to my projects).

1) Indentation size