Skip to content

Instantly share code, notes, and snippets.

View Maverrin's full-sized avatar

Maverrin Maverrin

  • France
View GitHub Profile
@PurpleBooth
PurpleBooth / README-Template.md
Last active July 28, 2024 03:34
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@parmentf
parmentf / GitCommitEmoji.md
Last active July 26, 2024 15:56
Git Commit message Emoji
@SandeepGamot
SandeepGamot / AllmanIndent.xml
Created October 1, 2018 10:30
Allman Indent for IntelliJ IDEA and Jetbrains IDEs. Download this file and "import style from settings->code styles->import"
<code_scheme name="Allman">
<XML>
<option name="XML_LEGACY_SETTINGS_IMPORTED" value="true" />
</XML>
<codeStyleSettings language="JAVA"> <!-- ENTER YOU LANGUAGE HERE -->
<option name="BLANK_LINES_AFTER_CLASS_HEADER" value="1" />
<option name="BRACE_STYLE" value="2" />
<option name="CATCH_ON_NEW_LINE" value="true" />
<option name="CLASS_BRACE_STYLE" value="2" />
<option name="FINALLY_ON_NEW_LINE" value="true" />