Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update refactor with some commits from main #250

Merged
merged 6 commits into from
Aug 24, 2022

Commits on Aug 23, 2022

  1. Add PR template

    GeckoEidechse committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    53f31ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2af5e39 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23d1cde View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. Add editorconfig file (#246)

    * Add editorconfig file
    
    It's a cross-editor compatible config file that defines certain editor
    behaviour (e.g. adding/removing newline at end of file)
    
    It is supported by major editors like Visual Studio (Code) and by
    version control  providers like GitHub.
    
    Should end the constant adding/removing of final newline in PRs
    
    * More settings
    
    - unicode by default
    - trim newlines
    - use tabs for indentation (ugh)
    GeckoEidechse committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    9d05d83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e28231a View commit details
    Browse the repository at this point in the history
  3. Hot reload banlist on player join (#233)

    * added banlist hotreload
    
    * fix formatting
    
    * didnt append, cleared whole file oopsie
    
    * unfuckedunban not rewriting file
    
    * fixed not checking for new line
    ScureX authored and GeckoEidechse committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    80159d2 View commit details
    Browse the repository at this point in the history