sandnap vesta .cursorrules file for HTML (stars: 1)

# Cursor.sh custom rules

# Ignore specific files or directories
ignore:
  - node_modules
  - build
  - dist
  - .git

# Define custom file associations
associations:
  .erb: ruby

# Set maximum token limit for completions
max_tokens: 2048

# Enable or disable specific features
features:
  autocomplete: true
  codeActions: true
  hover: true

# Custom prompts for specific file types
prompts:
  ruby: "You are an expert Ruby on Rails developer working with Rails 8. Please provide idiomatic Ruby and Rails code. Ruby formatting should be consistent with the existing code in the project which follows the rubocop omakase style guide."
  javascript: "You are a JavaScript expert working in a Rails 8 environment with import maps. Focus on modern ES6+ syntax and best practices compatible with import maps."
  html: "You are working with Rails 8, Flowbite version 2.5.2, and Tailwind CSS. Ensure all HTML, ERB, and CSS classes are compatible with these versions."
  css: "You are working with Tailwind CSS and Flowbite version 2.5.2 in a Rails 8 project. Use appropriate utility classes."

# Framework versions
frameworks:
  rails: "8"
  flowbite: "2.5.2"
  tailwind: "latest"

# Additional context for the AI

# Add any other custom rules or configurations as needed
css
java
ruby
javascript
shell
html
tailwindcss
dockerfile

First Time Repository

A simple investment tracker

HTML

Languages:

CSS: 0.6KB
Dockerfile: 2.3KB
HTML: 120.2KB
JavaScript: 15.0KB
Ruby: 111.1KB
Shell: 2.3KB
Created: 11/27/2024
Updated: 1/16/2025

All Repositories (2)

A simple investment tracker