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

Dev #70

Merged
merged 4 commits into from
Oct 5, 2024
Merged

Dev #70

merged 4 commits into from
Oct 5, 2024

Commits on Oct 5, 2024

  1. docs(funding): ensure newline at end of FUNDING.yml for consistency

    This commit adds a newline at the end of the FUNDING.yml file to
    maintain consistency with standard file formatting practices. This
    improves the file's readability and compatibility with various tools
    that expect a newline at the end of files.
    YidiDev committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    6f5cecf View commit details
    Browse the repository at this point in the history
  2. chore(funding): add newline at end of FUNDING.yml for consistency

    This commit adds a newline at the end of the FUNDING.yml file to
    maintain consistency across files and adhere to POSIX standards.
    Ensuring a newline at the end of files can prevent potential issues
    with certain text processing tools.
    YidiDev committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    4441348 View commit details
    Browse the repository at this point in the history
  3. chore(gitignore): fix newline at end of file

    Ensure .gitignore ends with a newline character for consistency
    and to prevent potential issues with version control systems.
    YidiDev committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    62a3f6e View commit details
    Browse the repository at this point in the history
  4. fix(gitignore): ensure consistent newline at end of file

    Added a newline at the end of .gitignore to maintain consistency
    and prevent potential issues with diff tools or version control
    systems that require newline termination.
    YidiDev committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    cc1ccb3 View commit details
    Browse the repository at this point in the history